feat: Acorn 5 / Laravel 12 support (retains Acorn 4 / Laravel 10 & 11) - #98
Merged
Conversation
Composer package changes
|
|
Coverage report for commit: 2bed1e4 Summary - Lines: 9.89% | Methods: 7.27%
🤖 comment via lucassabreu/comment-coverage-clover |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
rivanuff
marked this pull request as ready for review
September 1, 2026 14:43
rivanuff
requested review from
Rovasch,
ShunLuk,
SimonvanWijhe,
dtakken,
ictbeheer and
mvdhoek1
and
a lite review from Copilot
and removed request for
Rovasch,
ShunLuk,
SimonvanWijhe,
dtakken,
ictbeheer and
mvdhoek1
September 1, 2026 14:43
There was a problem hiding this comment.
Pull request overview
Adds backward-compatible dependency and CI updates so this package can be installed and tested against Acorn 5 / Laravel 12 while retaining compatibility with Acorn 4 / Laravel 10–11.
Changes:
- Widened Composer runtime and dev dependency version constraints to cover newer supported versions (including Laravel 12 tooling).
- Expanded GitHub Actions test matrix inputs to include Laravel 12 and PHP 8.2/8.3.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| composer.json | Broadens dependency constraints (runtime + dev) to support newer Laravel/Acorn toolchains. |
| .github/workflows/run-tests.yml | Updates CI reusable-workflow inputs to test Laravel 10/11/12 across PHP 8.2/8.3. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
BREAKING CHANGE: drops Laravel 10 support; requires roots/acorn ^5.0 and PHP >=8.2.
rivanuff
force-pushed
the
feat/acorn5
branch
from
September 2, 2026 12:05
fb1fb9c to
a302499
Compare
… phpstan-wordpress 2)
rivanuff
force-pushed
the
feat/acorn5
branch
from
September 2, 2026 12:07
a302499 to
2bed1e4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Acorn 5 / Laravel 12 support — backward compatible
Adds support for Acorn 5 / Laravel 12 while retaining Acorn 4 / Laravel 10 & 11. This is a backward-compatible change.
Target release:
v1.6.0(minor).composer.jsonconstraints so the package installs on Laravel 10, 11 and 12 (Acorn 4 or 5 where applicable), and widened the dev toolchain (orchestra/testbench,pestphp/pest,larastan/larastan,szepeviktor/phpstan-wordpress) to span those versions.